projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45ff2e
)
(w32font_driver): Add new fields.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 1 Dec 2007 16:03:21 +0000
(16:03 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 1 Dec 2007 16:03:21 +0000
(16:03 +0000)
src/w32font.c
patch
|
blob
|
history
diff --git
a/src/w32font.c
b/src/w32font.c
index 33b97dc58898e9a6ea2f00c310cd26338ee0379e..541817131586c86db62f35eca6390e620242805a 100644
(file)
--- a/
src/w32font.c
+++ b/
src/w32font.c
@@
-1377,7
+1377,10
@@
struct font_driver w32font_driver =
NULL, /* free_outline */
NULL, /* anchor_point */
NULL, /* otf_capability */
- NULL /* otf_drive */
+ NULL, /* otf_drive */
+ NULL, /* start_for_frame */
+ NULL, /* end_for_frame */
+ NULL /* shape */
};